Set APPLE_IOS_VERSION_MIN to 12.0 in toolchain#1707
Open
rustam-gamidov-here wants to merge 3 commits into
Open
Set APPLE_IOS_VERSION_MIN to 12.0 in toolchain#1707rustam-gamidov-here wants to merge 3 commits into
rustam-gamidov-here wants to merge 3 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1707 +/- ##
=======================================
Coverage 80.29% 80.29%
=======================================
Files 356 356
Lines 14280 14280
Branches 1562 1563 +1
=======================================
Hits 11465 11465
- Misses 2183 2185 +2
+ Partials 632 630 -2
🚀 New features to boost your workflow:
|
Prevents errors like - iOS 26.1 Platform Not Installed. - 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 26.1.99. Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
This excludes cmake files. clang-format is not able to format cmake scripts and makes them ugly Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
01e81b7 to
fdbf94d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates-To: MINOR